Commit
4ee02725b407b277c36720f6f4279989730d24a2 made the :hover apply to
the title node, not the arrow node, but the selectors it added were not
caught by the recent commits fixing the specificity of title > arrow.
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
}
- title:hover arrow {
+
+ title:hover > arrow {
color: lighten($fg_color,30%); //only lightens the arrow
}
}
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
-expander title:hover arrow { color: white; }
+expander title:hover > arrow { color: white; }
/************ Calendar * */
calendar { color: white; border: 1px solid #1b1f20; }
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
-expander title:hover arrow { color: #748489; }
+expander title:hover > arrow { color: #748489; }
/************ Calendar * */
calendar { color: black; border: 1px solid #b6b6b3; }
&:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
}
- title:hover arrow {
+
+ title:hover > arrow {
color: lighten($fg_color,30%); //only lightens the arrow
}
}
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
-expander title:hover arrow { color: white; }
+expander title:hover > arrow { color: white; }
/************ Calendar * */
calendar { border: 1px solid gray; }
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
-expander title:hover arrow { color: #4d4d4d; }
+expander title:hover > arrow { color: #4d4d4d; }
/************ Calendar * */
calendar { border: 1px solid gray; }